home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMCUSTOMBUTTONS / TFRMCUSTOMBUTTONS.txt
Text File  |  2006-04-19  |  3KB  |  150 lines

  1. object frmCustomButtons: TfrmCustomButtons
  2.   Left = 324
  3.   Top = 132
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 284
  7.   ClientWidth = 344
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 12
  21.     Top = 34
  22.     Width = 320
  23.     Height = 2
  24.   end
  25.   object lblTitle: TLabel
  26.     Left = 12
  27.     Top = 12
  28.     Width = 30
  29.     Height = 13
  30.     Caption = 'lblTitle'
  31.     Color = clBtnFace
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clNavy
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentColor = False
  38.     ParentFont = False
  39.   end
  40.   object lblActiveButtons: TLabel
  41.     Left = 14
  42.     Top = 39
  43.     Width = 76
  44.     Height = 13
  45.     Caption = 'lblActiveButtons'
  46.   end
  47.   object Bevel2: TBevel
  48.     Left = 12
  49.     Top = 242
  50.     Width = 320
  51.     Height = 2
  52.   end
  53.   object btnAdd: TButton
  54.     Left = 257
  55.     Top = 55
  56.     Width = 75
  57.     Height = 25
  58.     HelpContext = 542
  59.     Caption = 'btnAdd'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 0
  67.     OnClick = btnAddClick
  68.   end
  69.   object btnRemove: TButton
  70.     Left = 257
  71.     Top = 83
  72.     Width = 75
  73.     Height = 25
  74.     HelpContext = 543
  75.     Caption = 'btnRemove'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     TabOrder = 1
  83.     OnClick = btnRemoveClick
  84.   end
  85.   object LBButtons: TListBox
  86.     Left = 11
  87.     Top = 56
  88.     Width = 238
  89.     Height = 177
  90.     Style = lbOwnerDrawFixed
  91.     DragMode = dmAutomatic
  92.     ItemHeight = 18
  93.     TabOrder = 2
  94.     OnClick = LBButtonsClick
  95.     OnDragDrop = LBButtonsDragDrop
  96.     OnDragOver = LBButtonsDragOver
  97.     OnDrawItem = LBButtonsDrawItem
  98.     OnEndDrag = LBButtonsEndDrag
  99.     OnStartDrag = LBButtonsStartDrag
  100.   end
  101.   object btnEdit: TButton
  102.     Left = 257
  103.     Top = 112
  104.     Width = 75
  105.     Height = 25
  106.     HelpContext = 543
  107.     Caption = 'btnEdit'
  108.     Enabled = False
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 3
  116.     OnClick = btnEditClick
  117.   end
  118.   object btnOk: TButton
  119.     Left = 47
  120.     Top = 252
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'btnOk'
  124.     ModalResult = 1
  125.     TabOrder = 4
  126.   end
  127.   object btnCancel: TButton
  128.     Left = 135
  129.     Top = 252
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'btnCancel'
  133.     ModalResult = 2
  134.     TabOrder = 5
  135.   end
  136.   object btnHelp: TButton
  137.     Left = 223
  138.     Top = 252
  139.     Width = 75
  140.     Height = 25
  141.     Caption = 'btnHelp'
  142.     TabOrder = 6
  143.     OnClick = BtnHelpClick
  144.   end
  145.   object ilTempButtons: TImageList
  146.     Left = 272
  147.     Top = 168
  148.   end
  149. end
  150.